Skip to content

Fix package artifact spec on Windows#563

Merged
luokerenx4 merged 1 commit into
devfrom
fix/windows-package-root-spec
Jul 12, 2026
Merged

Fix package artifact spec on Windows#563
luokerenx4 merged 1 commit into
devfrom
fix/windows-package-root-spec

Conversation

@luokerenx4

Copy link
Copy Markdown
Contributor

What changed

Make the desktop package-root test derive its expected path with Node path.resolve, matching the platform-native behavior of the implementation.

Root cause

PR #561 added a test that expected the hard-coded POSIX path /repo/build/app. On Windows the implementation correctly returns D:\repo\build\app, so #562’s unrelated Windows cross-platform job failed.

Validation

  • pnpm exec vitest run scripts/desktop-package-artifact.spec.ts (5 passed)
  • git diff --check

This changes only the cross-platform assertion; package cleanup behavior is unchanged.

@vercel

vercel Bot commented Jul 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openalice-demo Building Building Preview, Comment Jul 12, 2026 2:00pm

Request Review

@luokerenx4 luokerenx4 merged commit 7426b6f into dev Jul 12, 2026
4 of 5 checks passed
@luokerenx4 luokerenx4 deleted the fix/windows-package-root-spec branch July 12, 2026 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant